//==============================================================================
// Peltast_anim.txt
//==============================================================================

//==============================================================================
define blood
{
   SetSelector none 
   {
      set hotspot
      {
         version
         {
          Visualparticle sfx a blood spurt
         }
      }
   }
}

//==============================================================================
define shield
{
   SetSelector
   {
		set hotspot
		{
			version
			{
				Visual Roman ShieldC
				ReplaceTexture Infantry X Trident Soldier Shield Iron/Legionaire Shield
			}
		}
	}
}

//==============================================================================
define Javelin
{         
   SetSelector
   {
      set hotspot
      {
         version
         {
            Visual attachments r pilum
         }
      }
   }      
}

//==============================================================================
define spear
{
   SetSelector
   {
		set hotspot
		{
			version
			{
				Visual Attachments A Spear Bronze
			}
		}
	}
}

//==============================================================================
define Head
{
   SetSelector
   {

      set hotspot
      {
         version
         {
            Visual Principes Head
	        ReplaceTexture Infantry G Hoplite Head Bronze/Principes Head
         }
      }
   }
}

//==============================================================================
anim Idle
{
   SetSelector
   {
      set hotspot
      {
         version
         {
				Visual Infantry G Hoplite_IdleA
				connect Righthand Javelin Hotspot
				connect leftforearm Shield hotspot
				Connect TopOfHead Head hotspot
				ReplaceTexture Infantry G Hoplite Standard/Auxilliary Armor

         }
      }
   }
}


//==============================================================================
anim Bored
{
   SetSelector
   {
      set hotspot
      {
         version
         {
				Visual Infantry G Hoplite_BoredA
				connect Righthand Javelin Hotspot
				connect leftforearm Shield hotspot
				Connect TopOfHead Head hotspot
				ReplaceTexture Infantry G Hoplite Standard/Auxilliary Armor
         }
      }
   }
}

//==============================================================================
anim walk
{
   SetSelector
   {
      set hotspot
      {
         version
         {
				Visual Infantry G Hoplite_WalkA
//-- auto generated by the bang animation tool
//-- do not hand edit these values
				tag FootstepLeft 0.40 true   
				tag FootstepRight 0.90 true   
//-- end auto generated section
				connect Righthand Javelin Hotspot
				connect leftforearm Shield hotspot
				Connect TopOfHead Head hotspot
				ReplaceTexture Infantry G Hoplite Standard/Auxilliary Armor
         }
      }
   }
}

//==============================================================================
anim Attack
{
	SetSelector
	{
		SetSelector
		{
			set hotspot
			{
				version
				{
					Visual Infantry G Hoplite_AttackA
//-- auto generated by the bang animation tool
//-- do not hand edit these values
               tag Attack 0.49 true   
               tag GenericSound 0.40 true   
//-- end auto generated section
					connect RightHand Spear hotspot
					connect LeftForearm shield hotspot
					Connect TopOfHead Head hotspot
					ReplaceTexture Infantry G Hoplite Standard/Auxilliary Armor
				}
			}
		}
	}
}

//==============================================================================
anim Charging
{
   SetSelector
   {
      set hotspot
      {
         version
         {
				Visual SpearThrower_Attack
//-- auto generated by the bang animation tool
//-- do not hand edit these values
				tag Attack 0.40 true   
				tag GenericSound 0.40 true   
				tag SpecificSoundSet 0.50 false Arrow checkVisible 
//-- end auto generated section
				connect Righthand Javelin Hotspot
				connect leftforearm Shield hotspot
				Connect TopOfHead Head hotspot
				ReplaceTexture Archer G Peltast Standard/Auxilliary Armor
         }
      }
   }
}


//==============================================================================
anim Death
{
	SetSelector
   {
      set hotspot
      {
         version
         {
				Visual Infantry G Hoplite_DeathA
				connect Righthand Javelin Hotspot
				connect leftforearm Shield hotspot
				Connect TopOfHead Head hotspot
Connect TopOfHead Blood hotspot
				ReplaceTexture Infantry G Hoplite Standard/Auxilliary Armor
         }
      }
   }
}



//==============================================================================
anim Flail
{
   SetSelector
   {
      set hotspot
      {
         version
         {
				Visual Infantry G Hoplite_FlailA
//-- auto generated by the bang animation tool
//-- do not hand edit these values
				tag FootstepLeft 0.10 true   
				tag FootstepRight 0.35 true   
//-- end auto generated section
				connect leftforearm Shield hotspot
				connect Righthand Javelin Hotspot
				Connect TopOfHead Head hotspot
Connect TopOfHead Blood hotspot
				ReplaceTexture Infantry G Hoplite Standard/Auxilliary Armor
         }
      }
   }
}
